home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / shell / ghel / src / type.h < prev   
C/C++ Source or Header  |  1995-07-25  |  258b  |  19 lines

  1.  
  2. #define    NODATA 0
  3. #define    STOP   1
  4. #define    PLAY   2
  5.  
  6.  
  7. typedef struct    {
  8.                     char *buf;
  9.                     char pathname[80];
  10.                     unsigned int page,page_max;
  11.                 } hel;
  12.  
  13.  
  14. typedef struct    {
  15.                     char *adr;
  16.                     short int slct,x1,y1,x2,y2;
  17.                 } PBC_para;
  18.  
  19.